home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / rpgbbs1.lha / RPGBBS / RPGBBS.class < prev    next >
Text File  |  1995-08-27  |  2KB  |  42 lines

  1. ;Role-Playing Character Classes for RPGBBS deluxe
  2. ;*Origin
  3. ;Name^Melee^Backstab^Poison^Magic^Steal^STR^INT^DEX^CHA^+STR^+INT^+DEX^+CHA^MaxSTR^MaxINT^MaxDEX^MaxCHA
  4. ;Name (up to 9 characters to uniquely identify this class)
  5. ;Melee (0x-4x the experience level die roll added to the melee attack)
  6. ;Backstab (0x=none, 1x=5%, 2x-4x a melee attack if successful backstab)
  7. ;Poison (0=none, 1x-4x the poison class value added to weapon class)
  8. ;Magic (0=none, 1=wand, 2=scroll, 3=spell, 4=enchanted)
  9. ;Steal (1=poor, 2=average, 3=good, 4=best)
  10.  
  11. *PUBLIC
  12. None        ^0^0^0^0^0    ^50^50^50^50    ^1^1^1^1    ^90^90^90^90
  13. Novice        ^3^1^2^0^1    ^60^40^65^35    ^1^1^1^2    ^90^90^90^90
  14. Alchemist    ^0^1^4^0^1    ^60^35^65^40    ^1^2^1^1    ^90^95^90^90
  15. Assassin    ^1^2^2^1^1    ^55^30^75^40    ^1^1^2^1    ^90^90^95^90
  16. Barbarian    ^4^0^1^1^1    ^75^25^65^35    ^2^1^1^1    ^99^80^90^90
  17. Bard        ^1^2^1^2^2    ^50^50^65^35    ^1^1^1^2    ^90^90^90^98
  18. Cleric        ^1^1^1^3^1    ^50^50^65^35    ^1^1^1^2    ^90^90^80^99
  19. Fighter        ^3^1^1^1^1    ^70^30^70^30    ^2^1^1^1    ^98^90^90^90
  20. Jester        ^0^2^1^3^2    ^50^45^65^40    ^1^1^2^1    ^90^90^98^90
  21. Magician    ^0^1^1^3^1    ^40^60^70^30    ^1^2^1^1    ^90^98^90^90
  22. Ranger        ^2^2^0^2^1    ^65^30^65^40    ^1^2^1^1    ^95^90^90^90
  23. Rogue        ^0^3^1^2^3    ^40^50^75^35    ^1^1^1^1    ^90^90^90^95
  24. Sage        ^0^1^1^4^1    ^50^45^70^35    ^1^2^1^1    ^80^99^90^90
  25. Thief        ^0^4^2^1^4    ^50^40^75^35    ^1^1^2^1    ^90^90^99^80
  26.  
  27. *IMMORTAL
  28. Paladin        ^2^2^2^2^2    ^55^45^75^25    ^2^2^2^2    ^95^95^95^95
  29. Titan        ^3^3^3^3^3    ^50^40^70^40    ^2^2^2^2    ^98^98^98^98
  30. God        ^4^4^4^4^4    ^45^45^75^35    ^2^2^2^2    ^99^99^99^99
  31.  
  32. *DUNGEON
  33. Beast        ^2^1^1^2^1    ^60^60^60^20    ^1^1^1^1    ^95^90^90^60
  34. Demon        ^3^1^1^1^1    ^70^40^70^20    ^1^1^1^1    ^98^90^90^65
  35. Dragon        ^4^0^2^3^3    ^50^50^50^50    ^1^1^1^1    ^99^90^90^75
  36. Lizard        ^1^1^3^1^2    ^45^55^65^35    ^1^1^1^1    ^90^90^95^60
  37. Monster        ^1^1^1^1^1    ^50^50^50^50    ^1^1^1^1    ^90^90^90^60
  38. Undead        ^4^0^0^2^1    ^80^50^50^20    ^1^1^1^1    ^99^90^90^50
  39.  
  40. *TAVERN
  41. Ogre        ^2^2^2^2^2    ^30^50^20^60    ^2^2^2^2    ^99^90^33^95
  42.